Turn off debugging mode in upgrade check.
authorRobert Lipe <robertlipe@gpsbabel.org>
Sun, 14 Apr 2019 00:37:27 +0000 (19:37 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Sun, 14 Apr 2019 00:37:27 +0000 (19:37 -0500)
gui/upgrade.cc

index 77c0ba187e55bc9e8bb2050f8a7fdedfc2b84ce9..b3230ed19fcad395a6cdc07860555c4a7f3c783e 100644 (file)
@@ -41,7 +41,7 @@
 #include <QtXml/QDomDocument>
 
 
-#if 1
+#if 0
 static const bool testing = true;
 #else
 static const bool testing = false;